Add eye candy to hush MSVC.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 20 Feb 2006 20:06:40 +0000 (20:06 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 20 Feb 2006 20:06:40 +0000 (20:06 +0000)
gpsbabel/sort.c

index 470e9d52b07c08e98cb9137d192d9c3852805239..29c665929b987240cde4107fb9b626afe4639a9f 100644 (file)
@@ -57,7 +57,7 @@ sort_comp(const void * a, const void * b)
           case sm_shortname: return strcmp (x1->shortname, x2->shortname);
           case sm_description: return strcmp (x1->description, x2->description);
           case sm_time: return x1->creation_time > x2->creation_time;
-          default: abort(); /* Internal caller error. */
+          default: abort(); return 0; /* Internal caller error. */
        }
 }